バージョン

明示的 キャスト 演算子(Matrix,Single[]) オペレータ

Matrix を float 配列にキャストします。
シンタックス
'宣言
 
Overloads Public Operator Narrowing CType( _
   ByVal x() As Single _
) As Matrix
public Matrix operator explicit( 
   float[] x
)

パラメータ

x
float 配列。

戻り値の型

y[i] = (double)x[i] である行 Matrix。
参照